home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts9-03
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: Can somebody explain me how to do this in C++
- Date: Thu, 07 Mar 96 05:28:44 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4hls66$6jg@sam.inforamp.net>
- References: <4hkb2o$ko3@mo6.rc.tudelft.nl>
- NNTP-Posting-Host: ts9-03.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4hkb2o$ko3@mo6.rc.tudelft.nl>,
- Ejo Schrama <schrama@geo.tudelft.nl> wrote:
- > localpointer2->execute_routine();
-
- As long as localpointer2 is really pointing to a Cparam_inhereted_method, then
- I don't see why it would fail. It would fail if you had a
- Cparam_inhereted_method2 that was derived from Cparam and assigned to
- localpointer2. But as long as you are careful, you shouldn't have a problem.
- Did I miss something? Of course, I've been known to be wrong. Which
- compiler are you using? I'll try some examples if you get back to me.
-
- Agrivar
-